Routes an entity creation request to the underlying data store.
| Name | Description |
|---|---|
| Add(IEnumerable<TEntity>) | Routes a collection of entities creation request to the underlying data store. |
| Add(TEntity) | Routes an entity creation request to the underlying data store. |